home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1179
/
PlaceObject2_550_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
291b
|
20 lines
onClipEvent(enterFrame){
if(begin)
{
dorumble = true;
begin = false;
c = 0;
}
if(dorumble)
{
dy *= -1;
_root._y += dy;
c += 1;
if(c > DELAY)
{
dorumble = false;
_root._y = yi;
}
}
}